home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / games / extrem_t.exe / scripts / DefineSprite_498 / frame_7 / DoAction.as
Text File  |  2012-08-27  |  233b  |  15 lines

  1. function alerte(p)
  2. {
  3.    getURL("javascript:alert(\"" add p add "\")","");
  4. }
  5. if(reponse == 1)
  6. {
  7.    _parent.gotoAndPlay("defienvoye");
  8.    this.gotoAndStop(1);
  9. }
  10. if(reponse == 0)
  11. {
  12.    this.gotoAndPlay("erreur");
  13. }
  14. stop();
  15.